Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

[8.0](backport #1764) fix: properly copy files from compose to elastic-package#1765

Merged
mdelapenya merged 1 commit into8.0from
mergify/bp/8.0/pr-1764
Nov 3, 2021
Merged

[8.0](backport #1764) fix: properly copy files from compose to elastic-package#1765
mdelapenya merged 1 commit into8.0from
mergify/bp/8.0/pr-1764

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented Nov 3, 2021

This is an automatic backport of pull request #1764 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/


elasticPackageProfileFile := filepath.Join(elasticPackageProfile, "stack", "kibana.config.yml")
// The kibana config file is only valid in 8.0.0, for other maintenance branches it's kibana.config.default.yml
elasticPackageProfileFile := filepath.Join(elasticPackageProfile, "stack", "kibana.config.8x.yml")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mtojek the 8x file name is valid for the 8.0 branch of the stack?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't meant to be branch or specific stack version like 8.0.0, but in general the stack family 8x.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked because for our 7.15 and 7.16 branches, we are using here kibana.config.default.yml file, but in master and 8.0, we are going to use kibana.config.8x.yml, to follow elastic-package's behaviour

@mdelapenya mdelapenya added the backport-skip Skip notification from the automated backport with mergify label Nov 3, 2021
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-11-03T08:56:24.272+0000

  • Duration: 43 min 7 sec

  • Commit: 1ed2fdb

Test stats 🧪

Test Results
Failed 0
Passed 248
Skipped 0
Total 248

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@mdelapenya mdelapenya merged commit 8761af1 into 8.0 Nov 3, 2021
@mergify mergify Bot deleted the mergify/bp/8.0/pr-1764 branch November 3, 2021 10:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

backport-skip Skip notification from the automated backport with mergify

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants